Add map/unmap to GtkActionBar
authorMatthias Clasen <mclasen@redhat.com>
Wed, 19 Feb 2014 03:43:04 +0000 (22:43 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 19 Feb 2014 03:50:37 +0000 (22:50 -0500)
commit5eaebde394ba755b1f614c7d0e7c5513cf531493
tree70286c59e7356484ddacbd79219fc6f155c9c7e9
parent3f0e28133d561d6732233af404312cb757ca2b7d
Add map/unmap to GtkActionBar

The recursion in map needs to follow the actual physical
widget tree, otherwise we violate invariants. The generic
container map implementation uses gtk_container_forall to
operate on the children, and thus is not suitable for
containers where the children are inside some internal
container.
gtk/gtkactionbar.c